SftTree/OCX 7.0

SftTree.HilightColor Property

Softel vdm, Inc.

Defines the color used to draw the highlighted edge of items.

Deprecated - Provided for compatibility with earlier versions only - Use Items.HilightColor instead

Syntax       

Get

VB.NET

Clr = object.HilightColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.HilightColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.HilightColor;

VC++

OLE_COLOR Clr = object->HilightColor;
OLE_COLOR Clr = object->GetHilightColor();

C

HRESULT object->get_HilightColor(OLE_COLOR* Clr);

Delphi

Clr := object.HilightColor  : TColor;

Put

VB.NET

object.HilightColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.HilightColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.HilightColor = Clr;

VC++

OLE_COLOR object->HilightColor = Clr;
void object->PutHilightColor(OLE_COLOR Clr);

C

HRESULT object->put_HilightColor(OLE_COLOR Clr);

Delphi

object.HilightColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the color used to draw the highlighted edge of items.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.HilightColor instead

The HilightColor property defines the color used to draw the highlighted edge of items.

Highlighted item edges are only used if the Items.Cell3D property is set to True. 

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com